emacs.git
2019-11-27 Justin BurkettDefault to imprecise window fitting on terminal
2019-11-11 Jonas BernoulliFix typos (#222)
2019-08-02 Justin BurkettRework implementation of manual updating
2019-08-01 Justin BurkettUse which-key-idle-secondary-delay value in manual...
2019-07-31 Justin BurkettFix paging in which-key-manual-update
2019-07-31 Justin BurkettCleanup whitespace in README
2019-07-31 Justin BurkettAnnounce which-key-manual-update
2019-07-31 Justin BurkettAdd which-key-manual-update
2019-07-23 Justin BurkettAdd no-paging optional arg to which-key-show-keymap
2019-07-23 Justin Burkettwhich-key-persistent-popup-p -> which-key-persistent...
2019-07-20 Uros PerisicAdd which-key-persistent-popup-p variable (#213)
2019-05-29 D.KAdd translation keymap support (#210)
2019-05-18 Justin BurkettAdd which-key-dump-bindings
2019-03-15 Justin BurkettAdd note to docstring for which-key-idle-delay
2019-03-06 Justin BurkettAdd debugging messages for buffer sizing
2019-03-01 Justin BurkettDon't ignore case when making replacements
2019-02-25 Justin BurkettVersion 3.3.2
2019-02-25 Justin BurkettAlways check non-major-mode replacements in which-key...
2019-02-25 Justin BurkettSimplify finding and matching replacements
2018-11-14 Justin BurkettVersion 3.3.1
2018-11-14 Justin BurkettFix use of describe-prefix-bindings in which-key-show...
2018-11-08 Justin BurkettCheck for existence of buffer in which-key--popup-showing-p
2018-08-28 Justin BurkettMention #130 in README
2018-06-27 Justin BurkettMake Travis test on v26.1
2018-06-21 Justin BurkettVersion 3.3.0
2018-06-08 Justin BurkettFix handling of duplicate (evil) bindings in show keymap
2018-06-01 Justin BurkettUse window-size-change-functions for detecting size...
2018-05-31 Justin BurkettAdd support for evil's auxiliary maps in show-keymap...
2018-05-31 Justin BurkettFix prefix bindings in which-key-show-major-mode
2018-05-22 Justin BurkettFix behavior of f and t in evil operator map
2018-04-26 Justin BurkettVersion 3.2.0
2018-03-21 Michał KFix and improve defcustoms
2018-03-01 Justin BurkettFix switching to top-level from which-key-undo-key
2018-03-01 Justin BurkettFactor out which-key--this-command-keys function
2018-03-01 Justin BurkettFixes related to removal of which-key--current-prefix
2018-02-28 Justin BurkettFix display of meta bindings in which-key-show-keymap
2018-02-28 Justin BurkettFix which-key--create-pages
2018-02-28 Justin BurkettRemove which-key--current-prefix
2018-02-28 Justin BurkettAdd prefix arg to which-key--get-current-bindings and ..
2018-02-28 Justin BurkettRemove a bunch of global variables
2018-02-28 Justin BurkettAdd and use which-key--automatic-display
2018-02-27 Justin BurkettUse cl-struct to hold which-key pages
2018-02-26 Justin BurkettAdd which-key-toggle-docstrings
2018-02-26 Justin BurkettConsolidate key binding collection into which-key-...
2018-02-26 Justin BurkettRefactor show keymap functions
2018-02-26 Justin BurkettUse symbol at point in whow keymap functions
2018-02-26 Justin BurkettFix which-key--show-keymap when no bidnings found
2018-02-26 Justin BurkettDetect menu-items in which-key--get-keymap-bindings
2018-02-24 Justin BurkettFix typo in previous commit
2018-02-24 Justin BurkettFix docstring of which-key--get-keymap-bindings
2018-02-24 Justin BurkettFix descriptions of keys involving meta when showing...
2018-02-23 Justin BurkettAutoload the show keymap functions
2018-02-23 Justin BurkettAdd which-key-show-full-keymap
2018-02-23 Justin BurkettExtract which-key--ignore-keys-regexp and which-key...
2018-01-31 Justin BurkettImprove which-key--format-and-replace
2018-01-31 Justin BurkettHandle null description in which-key--propertize-descri...
2018-01-31 Justin BurkettUse safe version of propertize
2018-01-31 Justin BurkettFix description truncation when showing docstrings
2018-01-31 Justin BurkettImprove which-key-show-docstrings option
2018-01-31 Justin BurkettAdd option to show docstrings in which-key buffer
2018-01-09 Justin BurkettRemove debugging message
2018-01-09 Justin BurkettImplement #182
2018-01-09 Justin BurkettVersion 3.1.0
2017-12-18 Justin BurkettFix and improve define-key based replacements
2017-12-17 Justin BurkettMerge pull request #183 from tarsiiformes/silencio
2017-12-17 Jonas BernoulliDefine which-key--current-key-list before using it
2017-12-17 Justin BurkettSimplify implementation of define-key based replacements
2017-12-15 Justin BurkettImprove which-key--process-define-key-args
2017-12-14 Justin BurkettAnnounce which-key-enable-extended-define-key in README
2017-12-14 Justin BurkettDemote errors in which-key--process-define-key-args
2017-12-13 Justin BurkettFix .travis.yml
2017-12-13 Justin BurkettFix travis build
2017-12-13 Justin BurkettAllow null DEF in which-key--process-define-key-args
2017-12-13 Justin BurkettAdd which-key-enable-extended-define-key customization...
2017-12-07 Justin BurkettFix ordering of default replacement-alist
2017-12-05 Justin BurkettAdd notes about paging commands not working with minibuffer
2017-11-14 Justin BurkettRe-indent README
2017-11-14 Justin BurkettMention which-key-show-major-mode in README
2017-11-14 Justin BurkettConsolidate use of binding filters
2017-11-14 Justin BurkettImprove echo area note for which-key-show-major-mode
2017-11-13 Justin BurkettAdd which-key-show-major-mode
2017-08-17 Justin BurkettUpdate which-key version for GNU ELPA
2017-08-09 Justin BurkettMake minor changes to commentary in which-key.el
2017-08-07 Justin BurkettAssign copyright to FSF for ELPA
2017-05-30 Justin BurkettFix which-key-show-remaining-keys option
2017-05-28 Justin BurkettVersion 3.0.1
2017-05-27 Justin BurkettHandle C-h when buffer not showing
2017-05-21 Justin BurkettMerge pull request #171 from wyuenho/patch-1
2017-05-20 Jimmy Yuen... Customize which-key-sort-order with list
2017-05-19 Justin BurkettAdhere to 80 chars per column
2017-05-19 Justin BurkettUse regexp-opt for regexps
2017-05-19 Justin BurkettFixup previous commit
2017-05-19 Justin BurkettAdd which-key-compute-remaps option
2017-05-16 Justin BurkettVersion 3.0
2017-05-16 Justin BurkettPrepare for ELPA release
2017-05-16 Justin BurkettAdd .cask to gitignore
2017-05-16 Justin BurkettUpdate emacs versions for Travis
2017-05-01 Justin BurkettMake -init-buffer-hook a custom var
2017-04-27 Justin BurkettAdd option to show transient maps
2017-04-18 Justin BurkettImprove which-key--any-match-p
next